Skip to content

upgrade wagtail v6.3.8#7049

Merged
cnlucas merged 1 commit intodevelopfrom
feature/6982-upgrade-wagtail-v6.3.8
Mar 17, 2026
Merged

upgrade wagtail v6.3.8#7049
cnlucas merged 1 commit intodevelopfrom
feature/6982-upgrade-wagtail-v6.3.8

Conversation

@tmpayton
Copy link
Contributor

Summary (required)

This PR upgrades wagtail to v6.3.8 to remediate a security vulnerability. There is one breaking change where notification messages created through django.contrib.messages cannot contain HTML unless it is passed through a safe string. I did not find any instances of us using this in our code.

Required reviewers 1 front end dev

Impacted areas of the application

General components of the application that this PR will affect:

  • wagtail

How to test

  • checkout this branch
  • activate a virtual env
  • pip install -r requirements.txt
  • run snyk test --file=requirements.txt You should not see a pillow vulnerability
  • verify that wagtail is upgraded to 6.3.8 by running server and logging into Wagtail admin. Version is visible under settings
  • Ensure that notification messages are working correctly by creating a test page and then deleting it

Copy link
Member

@cnlucas cnlucas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Working well for me, thanks @tmpayton

@cnlucas cnlucas merged commit b659c4c into develop Mar 17, 2026
3 checks passed
@cnlucas cnlucas deleted the feature/6982-upgrade-wagtail-v6.3.8 branch March 17, 2026 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

[Snyk:High] Out-of-bounds Write Pillow - due (03/27/2026)

2 participants